From 50a48a345daf3805ddc547f7d36688e8866b3ce8 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Fri, 25 Apr 2008 19:09:54 +0000 Subject: [PATCH] Add 'Exif' docs. --- xmldoc/formats/exif.xml | 9 +++++++++ xmldoc/formats/options/exif-filename.xml | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 xmldoc/formats/exif.xml create mode 100644 xmldoc/formats/options/exif-filename.xml diff --git a/xmldoc/formats/exif.xml b/xmldoc/formats/exif.xml new file mode 100644 index 000000000..44b54faf5 --- /dev/null +++ b/xmldoc/formats/exif.xml @@ -0,0 +1,9 @@ + + With this format GPSBabel reads GPS information from embedded + Exif (Exchangeable image file format) data. Exif is standardized and can + hold also GPS data. A good example for Exif information are camera information in JPEG pictures. + + + At this time this feature can be found in mobile phones with camera and GPS receiver, and other more + expansive digital cameras. + diff --git a/xmldoc/formats/options/exif-filename.xml b/xmldoc/formats/options/exif-filename.xml new file mode 100644 index 000000000..58f90f2bb --- /dev/null +++ b/xmldoc/formats/options/exif-filename.xml @@ -0,0 +1,10 @@ + + With this default option waypoint names are generated from source filename. + + + + gpsbabel -i exif -f "C:\Pictures\IMG_1199.JPG",filename=Y -o gpx -F OUT.GPX + + The resulting waypoint in OUT.GPX has name IMG_1199. + + -- 2.30.2